/* say settings.SCREENwidth settings.SCREENheight settings.SCREENdepth SETTINGS.DISPLAYID*/
/* say Settings.RenderType*/
address /* Reset to the previous port. */
/* Put a command in the user menu for stopping the sequence creation. */
menu '"------------------------"'
menu '"Stop Sequence"' calcsequence stop
/* Tell Mand2000 to reinvoke this script whenever a picture */
/* finishes calculating. */
EVENTACTION PICTUREDONE calcsequence
OPEN filename frames.0
if (RC ~= 0) THEN DO
CALL StopCalcSequence()
REQUESTNOTIFY "Couldn't load first file. This|script must be modified to render|your pictures by putting their|names in the script, or else save|the frames to be rendered as|ram:frame1, ram:frame2, etc."